home *** CD-ROM | disk | FTP | other *** search
/ Adobe Graphics & Publishing SDK 1996 December / Adobe Graphics & Publishing SDK 1996 December.iso / pc / pm65sdk / sourcecode / c_language / frame / windows / test.txt < prev   
Text File  |  1996-08-13  |  905b  |  23 lines

  1. RI_REGINFO ADNI MOVEABLE
  2.     // Header:
  3.     BEGIN
  4.     0L          // 0x1 kStayInMem 0x2 kRegister
  5.     0x0300       // Interface Version 3.0 (WORD)
  6.                 // This needs to be version 2.0 for PM 6.0 and 3.0 for PM 6.5
  7.     1           // number of Additions in DLL Addition library (SHORT)
  8.  
  9.     // definition of Addition number 1:
  10.     1L              // string id# for menu name (DWORD)
  11.     0x1DL             // 1 if Addition should appear in menu, 0 otherwise (unsigned long)
  12.                 // 0x04 if Addition should be enabled in Layout state.
  13.                 // 0x08 if Addition should be enabled in Story Edit state.
  14.                 // 0x10 if Addition should be enabled in Nopub state.
  15.                 // To appear in menu for all states the value is 0x1DL.
  16.     0x0100   // Addition Version 1.00 (WORD)
  17.     0               // reserved (WORD)
  18.     1L              // Addition number. (The first Addition get number 1) (LONG)
  19.     0L              // reserved (LONG)
  20.  
  21.     END
  22.  
  23.